home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / zv25.zip / ZV.DOC < prev    next >
Text File  |  1992-09-29  |  765b  |  24 lines

  1. ZV - Archive directory viewer in QuickBasic.
  2.  
  3. Supports Zip,Arc,Pak,Lharc,Lha,Sqz,Arj,Diet,PKLite,Lze file formats.
  4.  
  5. 'ZV ?'  returns syntax.  Output may be redirected to a file, scrolling
  6. or paused, or exited with an errorlevel if compiled as standalone.
  7.  
  8. ZV.bas 9/29/92 - Copyright Dick Dennison  1990,1992.
  9.                  All rights Reserved.
  10.          Source code contains license.
  11.          914-374-3903 24hrs 3-9600 HST
  12.          74270,3636@CompuServe.com 
  13.          1:272/34@fidonet.
  14.  
  15. Compile ZV25.bas with BC:
  16.             BC zv25.bas/T/C:512;
  17. and then Link with Extrns.lib:
  18.             LINK ZV25
  19.                                 brun45+qb+extrns25
  20.  
  21. Full source code available for $10 gift to:   Dick Dennison
  22.                               RR 2  Box 436
  23.                           New Hampton, NY  10958  USA
  24.